breaks on header edges. With this grep '<trk' | wc -l between Mapsource
and us returns the same number of lines. (We do differ in the precision
displayed, but that's noise...)
if (!trk_name)
trk_name = "";
trk_seg_num = 1;
- continue;
}
track_add_head(trk_head);
}
- if (array[i]->no_latlon) {
+ if (array[i]->no_latlon || array[i]->ishdr) {
continue;
}
wpt = waypt_new();